home *** CD-ROM | disk | FTP | other *** search
- -- card: 16601 from stack: in
- -- bmap block id: 9958
- -- flags: 4000
- -- background id: 2604
- -- name: FLOWER/SHOP
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=343 top=116 right=139 bottom=366
- -- title width / last selected line: 0
- -- icon id / first selected line: 2730 / 2730
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: S/TO/OUT/FLOWER
- ----- HyperTalk script -----
- on mouseUp
- go to card "OUT/FLOWER"
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=172 top=124 right=184 bottom=242
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GUIDEBOOK
- ----- HyperTalk script -----
- on mouseUp
- global inventory
- if "fungicide" is in inventory then
- put "You spot a nasty patch of fungus and neutralize it." into Msg
- wait 3 seconds
- if "guidebook" is in inventory then
- put "The rack is empty." into Msg
- wait 3 seconds
- doMenu "Message"
- else
- put ", guidebook" after inventory
- put inventory into background field "ShowMe"
- put "You grab a handy guidebook." into Msg
- wait 3 seconds
- doMenu "Message"
- end if
- else
- visual effect venetian blinds
- go to card "YUCK"
- end if
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0